.p20 {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    box-sizing: border-box;
  }
  
  .flex-base {
    display: flex;
    align-items: center;
  }
  
  .flex-1 {
    flex: 1;
  }
  
  .reactive {
    position: relative;
  }
  
  .reactive-left {
    position: relative;
  }
  
  .reactive-left::before {
    content: "";
    width: 0.06rem;
    height: 0.18rem;
    position: absolute;
    top: 0.04rem;
    left: -0.16rem;
    background: linear-gradient(180deg, #ff6f00 0%, #ffc496 100%);
  }
  
  .absolute {
    position: absolute;
  }
  .flex-center{
    display: flex;
    align-items: center;
  }
  .swiper-pagnation{
    text-align: center;
    position: absolute;
    bottom: 0.09rem;
    z-index: 22;
  }
  .swiper-pagnation .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.03rem;
    background: rgba(255, 255, 255, .5);
  }
  .swiper-pagnation .swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, 1);
  }